home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Interfaces & Libraries / Interfaces / AIncludes / ConnectionTools.a < prev    next >
Encoding:
Text File  |  1993-11-30  |  1.8 KB  |  100 lines  |  [TEXT/MPS ]

  1. ;    File:        ConnectionTools.a
  2. ;
  3. ;    Copyright:    © 1983-1993 by Apple Computer, Inc.
  4. ;                All rights reserved.
  5. ;
  6. ;    Version:    System 7.1 for ETO #11
  7. ;    Created:    Tuesday, March 30, 1993 18:00
  8. ;
  9. ;___________________________________________________________________________
  10.  
  11.     IF (&TYPE('__INCLUDINGCONNECTIONTOOLS__') = 'UNDEFINED') THEN
  12. __INCLUDINGCONNECTIONTOOLS__    SET        1
  13.  
  14. cmInitMsg         EQU    0
  15. cmDisposeMsg     EQU    1
  16. cmSuspendMsg    EQU    2
  17. cmResumeMsg     EQU    3
  18. cmMenuMsg         EQU    4
  19. cmEventMsg         EQU    5
  20. cmActivateMsg     EQU    6
  21. cmDeactivateMsg EQU    7
  22.  
  23. cmIdleMsg         EQU    50
  24. cmResetMsg         EQU    51 
  25. cmAbortMsg         EQU    52
  26.  
  27. cmReadMsg         EQU    100
  28. cmWriteMsg         EQU    101
  29. cmStatusMsg     EQU    102
  30. cmListenMsg     EQU    103
  31. cmAcceptMsg        EQU    104
  32. cmCloseMsg         EQU    105
  33. cmOpenMsg        EQU    106
  34. cmBreakMsg         EQU 107
  35. cmIOKillMsg        EQU    108
  36. cmEnvironsMsg     EQU    109
  37. cmNewIOPBMsg             EQU        110
  38. cmDisposeIOPBMsg        EQU        111
  39. cmGetErrorStringMsg     EQU        112
  40. cmPBReadMsg                EQU        113
  41. cmPBWriteMsg            EQU        114
  42. cmPBIOKillMsg            EQU        115
  43.     
  44. ;    messages for validate DefProc    
  45. cmValidateMsg    EQU    0
  46. cmDefaultMsg    EQU    1
  47.  
  48.  
  49. ;    messages for Setup DefProc    
  50. cmSpreflightMsg EQU 0
  51. cmSsetupMsg        EQU    1
  52. cmSitemMsg        EQU    2
  53. cmSfilterMsg    EQU    3
  54. cmScleanupMsg    EQU    4
  55.  
  56. ;    messages for scripting defProc    
  57. cmMgetMsg        EQU    0
  58. cmMsetMsg        EQU    1
  59.  
  60.  
  61. ;    messages for localization defProc    
  62. cmL2English        EQU    0
  63. cmL2Intl        EQU    1
  64.  
  65.  
  66. cdefType         EQU    'cdef'
  67. cvalType         EQU    'cval'
  68. csetType         EQU    'cset'
  69. clocType        EQU    'cloc'
  70. cscrType        EQU    'cscr'    
  71.  
  72. cbndType        EQU    'cbnd'
  73. cverType        EQU    'vers'
  74.  
  75.  
  76.  
  77. CMDataBuffer        Record    0
  78. thePtr                ds.l    1
  79. count                ds.l    1
  80. channel                ds.w    1
  81. flags                ds.w    1
  82. CMDataBufferSize    EQU        *
  83.     EndR
  84.  
  85. CMCompletorRecord    Record    0
  86. async                ds.b    1
  87. filler                ds.b    1
  88. completionRoutine    ds.l    1
  89. CMCompletorRecordSize    EQU    *
  90.     EndR
  91.     
  92. CMSetupStruct        Record    0
  93. theDialog            ds.l    1
  94. count                ds.w    1
  95. theConfig            ds.l    1
  96. procID                ds.w    1
  97. CMSetupStructSize    EQU    *
  98.     EndR
  99.     
  100.     ENDIF            ; already included